home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / msc4add / insert.doc next >
Text File  |  1987-01-24  |  2KB  |  50 lines

  1.         Documentation for INSERT, etc.
  2.  
  3. Files in INSERT.ARC:
  4.     INSERT.DOC - this document
  5.     INSERT.TXT - ascii version of INSERT
  6.     INSERT.WP  - WordPerfect-format version
  7.     INSERT.WS  - WordStar-format version
  8.  
  9. The manual for Microsoft C version 4.0 contains a chapter (part 1, ch. 4),
  10. entitled "Run-Time Routines by Category.  This summary is a very useful
  11. addition to the main (alphabetical) reference section (part 2), but I wish more
  12. attention had been given to its organization and contents.
  13.  
  14. INSERT is a 5-page (manual-size) summary of information on file-associated
  15. functions and string/buffer manipulation functions which I refer to in
  16. preference to Microsoft's summary.  I inserted these pages after page 88 in my
  17. manual.  They have page numbers 88-a through 88-e included in the text.
  18.  
  19.  
  20.  
  21.                 To Print:
  22.  
  23. This insert is intended to be printed at 6 lines-per-inch and (about) 15-pitch,
  24. with the printer set to begin printing 1/2 inch from the top of the sheet
  25. (physical line 4) and at the left edge of the sheet (1st position after the
  26. perf).  Cut-lines are included in the text.   The .TXT version can be simply
  27. COPYd to PRN after setting up your printer this way.  You may prefer to read
  28. the next paragraphs, however.
  29.  
  30. I like to underline the category headings and bold-print the function names. 
  31. The .WP and .WS versions include underlining and bold-printing, as well as
  32. margin settings.  The .WP version also includes a 15-pitch setting.  Both
  33. assume tabs are set every 5 spaces.
  34.  
  35. To use the .WS version, you will have to take care of pitch-setting yourself.
  36.  
  37. If you use another word processor, you may wish to edit the .TXT version to add
  38. underlining and bold-printing.
  39.  
  40.  
  41.         Some notes on the information organization:
  42.  
  43. The i/o routines and the string routines are organized differently because I
  44. find that I have different requirements when I need to refer to these 2 groups
  45. of functions.  When I need to consult the former, I normally need to refresh my
  46. memory about function names, argument requirements, error-conditions, and
  47. include-file requirements -- I generally know the functional behavior.  For
  48. string/buffer routines, I usually need to compare functional differences to
  49. decide among several ways to approach a string manipulation operation.
  50.